home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / rsh_104.zip / RSHELL-X.ZIP / RSXDL.BAT < prev    next >
DOS Batch File  |  1989-08-01  |  516b  |  22 lines

  1. echo off
  2. rem ------------------------
  3. rem     The Remote Shell
  4. rem     Download Program
  5. rem ------------------------
  6. rem
  7. rem  Batch Command ..... %0
  8. rem  Node Number ....... %1
  9. rem  File Argument ..... %2
  10. rem  Comm Port ......... %3
  11. rem  Baud Rate ......... %4
  12. rem  Data Bits ......... %5
  13. rem  Parity ............ %6
  14. rem  Stop Bits ......... %7
  15. rem  Time Remaining..... %8
  16. rem  User Login ........ %9
  17. rem
  18.  
  19. echo >%3 Ready to send file...
  20. c:\rbbs\protocol\qmxfer -s -f %2 -l %3 -c -b %4 -p C -n
  21.  
  22.